var math/big.cacheBase10
5 uses
math/big (current package)
natconv.go#L448: var cacheBase10 struct {
natconv.go#L467: for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
natconv.go#L474: cacheBase10.Lock()
natconv.go#L475: table = cacheBase10.table[0:k] // reuse old table for this conversion
natconv.go#L507: cacheBase10.Unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |